Skip to content

Conversation

@bluhm
Copy link

@bluhm bluhm commented Sep 12, 2025

Python 3.13.5 warns when using unescaped backslash in strings for regular expressions. SyntaxWarning: invalid escape sequence '\d'. By adding a second backslash it works as intended.

Python 3.13.5 warns when using unescaped backslash in strings for
regular expressions.  SyntaxWarning: invalid escape sequence '\d'.
By adding a second backslash it works as intended.

Signed-off-by: Alexander Bluhm <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant